[XEN][POWERPC] memory clean up (phase 3)
authorHollis Blanchard <hollisb@us.ibm.com>
Tue, 29 Aug 2006 18:20:31 +0000 (13:20 -0500)
committerHollis Blanchard <hollisb@us.ibm.com>
Tue, 29 Aug 2006 18:20:31 +0000 (13:20 -0500)
commitbce4ff8605b40e5557e99ae69dc27da5f02b327b
tree7c5efbc94dff4dd0a673adb41b15e6fab3889de2
parentd48212aa7062162128077a72dea7de315da27510
[XEN][POWERPC] memory clean up (phase 3)

    The following changes are included:
     Open Firmware:
      - use all args for of_claim()
      - handle broken claim methods as best we can
      - describe where the Dom0 image is comming from
      - stop copying the Dom0 image

     Heaps:
      - make sure we do not overwrite the oftree
      - release as much memory as possible to xenheap
      - release Dom0 image after we are done with it
      - Lots of checks and simplifications

Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/boot_of.c
xen/arch/powerpc/setup.c